home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 1995 December
/
PC Answers December 1995 (disc errors).iso
/
mxc
/
flybox2.dir
/
00063.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-02
|
247 b
|
14 lines
on mouseDown
if the frame > 19 then
puppetSprite(32, 1)
set the castNum of sprite 32 to 53
updateStage()
repeat with i = 1 to 48
puppetSprite(i, 0)
end repeat
go("main")
else
playVid(212, 33, 64)
end if
end